include, Control structures


Prototype:

include script_name
or

include 'script_name'

Description:

Includes the specified source into the current one. You can include the same file more than once - the compiler will solve this by including in the final code only once.